<catch> element 

The <catch> element specifies an exception handler that can process an exception passed by a throw task. Parameters sent with the exception are received with the <receive> element.

An element cannot contain more than one <catch> element with the same name.

Syntax

 
name Specifies the name of the exception. If the name attribute is missing, the <catch> element will handle any exception. 
onthrow The onthrow event occurs when an exception matches the catch element 

Attributes 

TBD